home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XXXXmmmmNNNNooootttteeeebbbbooooooookkkkGGGGeeeettttPPPPaaaaggggeeeeIIIInnnnffffoooo((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmNNNNooootttteeeebbbbooooooookkkkGGGGeeeettttPPPPaaaaggggeeeeIIIInnnnffffoooo((((3333XXXX))))
-
-
-
- NNNNAAAAMMMMEEEE
- XXXXmmmmNNNNooootttteeeebbbbooooooookkkkGGGGeeeettttPPPPaaaaggggeeeeIIIInnnnffffoooo - A Notebook function that returns
- page information
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <Xm/Notebook.h>
- XXXXmmmmNNNNooootttteeeebbbbooooooookkkkPPPPaaaaggggeeeeSSSSttttaaaattttuuuussss XXXXmmmmNNNNooootttteeeebbbbooooooookkkkGGGGeeeettttPPPPaaaaggggeeeeIIIInnnnffffoooo(
- WWWWiiiiddddggggeeeetttt nnnnooootttteeeebbbbooooooookkkk,
- iiiinnnntttt ppppaaaaggggeeee____nnnnuuuummmmbbbbeeeerrrr,
- XXXXmmmmNNNNooootttteeeebbbbooooooookkkkPPPPaaaaggggeeeeIIIInnnnffffoooo ****ppppaaaaggggeeee____iiiinnnnffffoooo);
-
- VVVVEEEERRRRSSSSIIIIOOOONNNN
- This page documents Motif 2.1.
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- XXXXmmmmNNNNooootttteeeebbbbooooooookkkkGGGGeeeettttPPPPaaaaggggeeeeIIIInnnnffffoooo returns status information for the
- specified Notebook page.
-
- _n_o_t_e_b_o_o_k Specifies the Notebook widget.
-
- _p_a_g_e__n_u_m_b_e_r
- Specifies the page number to be queried.
-
- _p_a_g_e__i_n_f_o Points to the structure containing the page
- information. The structure has the following form:
-
- typedef struct
- {
- int _p_a_g_e__n_u_m_b_e_r;
- Widget _p_a_g_e__w_i_d_g_e_t;
- Widget _s_t_a_t_u_s__a_r_e_a__w_i_d_g_e_t;
- Widget _m_a_j_o_r__t_a_b__w_i_d_g_e_t;
- Widget _m_i_n_o_r__t_a_b__w_i_d_g_e_t;
- } XmNotebookPageInfo;
- (vvvvooooiiiidddd)
-
- _p_a_g_e__n_u_m_b_e_r
- Specifies the _p_a_g_e__n_u_m_b_e_r passed to the
- function.
-
- _p_a_g_e__w_i_d_g_e_t
- Specifies a child widget of the Notebook with
- a XXXXmmmmNNNNcccchhhhiiiillllddddTTTTyyyyppppeeee of XXXXmmmmPPPPAAAAGGGGEEEE and a XXXXmmmmNNNNppppaaaaggggeeeeNNNNuuuummmmbbbbeeeerrrr
- equal to _p_a_g_e__n_u_m_b_e_r if one exists; otherwise
- set to NULL.
-
- _s_t_a_t_u_s__a_r_e_a__w_i_d_g_e_t
- Specifies a child widget of the Notebook with
- a XXXXmmmmNNNNcccchhhhiiiillllddddTTTTyyyyppppeeee of XXXXmmmmSSSSTTTTAAAATTTTUUUUSSSS____AAAARRRREEEEAAAA and a
- XXXXmmmmNNNNppppaaaaggggeeeeNNNNuuuummmmbbbbeeeerrrr equal to _p_a_g_e__n_u_m_b_e_r if one
- exists; otherwise set to NULL.
-
-
-
-
- Page 1 (printed 10/3/02)
-
-
-
-
-
-
- XXXXmmmmNNNNooootttteeeebbbbooooooookkkkGGGGeeeettttPPPPaaaaggggeeeeIIIInnnnffffoooo((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmNNNNooootttteeeebbbbooooooookkkkGGGGeeeettttPPPPaaaaggggeeeeIIIInnnnffffoooo((((3333XXXX))))
-
-
-
- _m_a_j_o_r__t_a_b__w_i_d_g_e_t
- Specifies a child widget of the Notebook with
- a XXXXmmmmNNNNcccchhhhiiiillllddddTTTTyyyyppppeeee of XXXXmmmmMMMMAAAAJJJJOOOORRRR____TTTTAAAABBBB and the nearest
- XXXXmmmmNNNNppppaaaaggggeeeeNNNNuuuummmmbbbbeeeerrrrequal to or less than
- _p_a_g_e__n_u_m_b_e_r if one exists; otherwise set to
- NULL.
-
- _m_i_n_o_r__t_a_b__w_i_d_g_e_t
- Specifies a child widget of the Notebook with
- a XXXXmmmmNNNNcccchhhhiiiillllddddTTTTyyyyppppeeee of XXXXmmmmMMMMIIIINNNNOOOORRRR____TTTTAAAABBBB and the nearest
- XXXXmmmmNNNNppppaaaaggggeeeeNNNNuuuummmmbbbbeeeerrrrequal to or less than
- _p_a_g_e__n_u_m_b_e_r if one exists; otherwise set to
- NULL.
-
- For a complete definition of Notebook and its associated
- resources, see XXXXmmmmNNNNooootttteeeebbbbooooooookkkk(3).
-
- RRRREEEETTTTUUUURRRRNNNN
- Returns one of the following page status values:
-
- XXXXmmmmPPPPAAAAGGGGEEEE____FFFFOOOOUUUUNNNNDDDD
- The specified page was found.
-
- XXXXmmmmPPPPAAAAGGGGEEEE____IIIINNNNVVVVAAAALLLLIIIIDDDD
- The specified page number is out of the page
- number range.
-
- XXXXmmmmPPPPAAAAGGGGEEEE____EEEEMMMMPPPPTTTTYYYY
- The specified page does not have a page widget.
-
- XXXXmmmmPPPPAAAAGGGGEEEE____DDDDUUUUPPPPLLLLIIIICCCCAAAATTTTEEEEDDDD
- There is more than one page widget with the
- specified page number. The more recently managed
- page widget is used for the page information
- structure.
-
- RRRREEEELLLLAAAATTTTEEEEDDDD
- XXXXmmmmNNNNooootttteeeebbbbooooooookkkk(3).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 2 (printed 10/3/02)
-
-
-
-